home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 1
/
PC World Interactive 1 - Nisan 1997.iso
/
prog
/
masa
/
6
/
dllexplr.exe
/
0
/
RCDATA
/
TFRMABOUT
/
TFRMABOUT.txt
< prev
Wrap
Text File
|
1996-10-14
|
3KB
|
117 lines
object frmAbout: TfrmAbout
Left = 260
Top = 231
ActiveControl = Button1
BorderIcons = []
BorderStyle = bsSingle
Caption = 'About DLL Explorer'
ClientHeight = 211
ClientWidth = 297
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Icon.Data = {<image000.ico>}
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object pnlAbout: TPanel
Left = 0
Top = 0
Width = 297
Height = 211
Align = alClient
BevelInner = bvLowered
BorderStyle = bsSingle
TabOrder = 0
object Label1: TLabel
Left = 146
Top = 13
Width = 74
Height = 13
Caption = 'DLL Explorer'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
end
object Label2: TLabel
Left = 151
Top = 38
Width = 65
Height = 13
Caption = 'Version 1.0'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 90
Top = 63
Width = 186
Height = 13
Caption = 'Copyright � 1996 Real Solutions'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 91
Top = 98
Width = 119
Height = 13
Caption = 'This product is Freeware.'
end
object Label5: TLabel
Left = 30
Top = 118
Width = 241
Height = 13
Caption = 'Send any comments, suggestions or bug reports to:'
end
object Label6: TLabel
Left = 59
Top = 138
Width = 183
Height = 13
Caption = 'Internet email: support@realsol.com.au'
end
object Panel1: TPanel
Left = 16
Top = 16
Width = 64
Height = 64
BevelInner = bvRaised
Caption = 'Panel1'
TabOrder = 0
object imgAbout: TImage
Left = 2
Top = 2
Width = 60
Height = 60
Align = alClient
Picture.Data = {<image001.bmp>}
Stretch = True
end
end
end
object Button1: TButton
Left = 113
Top = 171
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = Button1Click
end
end